<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100px;
}

body {
	font: 16px/2em 'Microsoft YaHei', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #666;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #222;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

a:hover {
	color: #00318e;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-variant: normal;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clear-p-t {
	padding-top: 0 !important;
}

.clear-margin {
	margin: 0 !important;
}

.clear-b-margin {
	margin-bottom: 0 !important;
}

@font-face {
	font-family: "font1";
	src: url('Monoton.ttf');
	font-style: normal;
}

.contentbox {
	width: 1600px;
	margin: 0 auto;
	position: relative;	
}

.contentbox2 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.bg2 {
	width: 100%;
	overflow: hidden;
	background-color: #f2f5fc;
}

.bg3 {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

/* ======header-nav====== */
.sys_nav1 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sys_nav1.hover {
	background: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 50, 135, 0.6);
}

.sys_nav1 .headbox {
	height: 120px;
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .left {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.sys_nav1 .headbox .left .logo {
	display: inline-block;
	width: 443px;
	height: 68px;
	margin-top: 10px;
}

.sys_nav1 .headbox .right {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.sys_nav1 .headbox .right .search {
	width: 40px;
	height: 40px;
	margin: 0 2px 0 0;
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .right .search a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/search.png) center no-repeat;
}

.sys_nav1 .headbox .right .menulist {
	height: 120px;
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .right .menulist li {
	float: left;
}

.sys_nav1 .headbox .right .menulist .anav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 120px;
	margin-right: 32px;
	position: relative;
	transition: all 0.4s ease;
	font-size: 20px;
	color: #fff;
}

.sys_nav1 .headbox .right .menulist .anav:hover,
.sys_nav1 .headbox .right .menulist .anav.active {
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .right .menulist .anav:hover span,
.sys_nav1 .headbox .right .menulist .anav.active span {
	color: #fff;
}

.sys_nav1 .headbox .right .menulist .anav:hover::after,
.sys_nav1 .headbox .right .menulist .anav.active::after {
	width: 100%;
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .right .menulist .anav::after {
	content: '';
	width: 0px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sys_nav1 .headbox .right .menulist li:hover .sub_nav_box {
	height: 80px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box {
	width: 100%;
	position: fixed;
	top: 120px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box .bnavlist {
	text-align: right;
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box .bnavlist .bnav {
	color: #fff;
	font-size: 18px;
	line-height: 80px;
	display: inline-block;
	height: 80px;
	margin-right: 30px;
	padding-right: 30px;
	position: relative;
	transition: all 0.4s ease;
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box .bnavlist .bnav::after {
	width: 1px;
	height: 19px;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 31px;
	right: 0;
	opacity: 0.4;
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box .bnavlist .bnav:last-child {
	margin-right: 80px;
	padding-right: 0;
}

.sys_nav1 .headbox .right .menulist li .sub_nav_box .bnavlist .bnav:last-child::after {
	content: none;
}

.sys_nav1.header-fixed {
	background: rgba(0, 0, 0, 0.6);
}

.sys_nav1.header-fixed .headbox {
	height: 76px;
}

.sys_nav1.header-fixed .headbox .left {
	height: 76px;
}

.sys_nav1.header-fixed .headbox .left .logo {
	width: 365px;
	height: 56px;
	margin-top: 0;
}

.sys_nav1.header-fixed .headbox .right .menulist {
	height: 76px;
}

.sys_nav1.header-fixed .headbox .right .menulist .anav {
	height: 76px;
}

.sys_nav1.header-fixed .headbox .right .menulist .sub_nav_box {
	top: 76px;
	height: 60px !important;
}

.sys_nav1.header-fixed .headbox .right .menulist .sub_nav_box .bnavlist .bnav {
	height: 60px;
	line-height: 60px;
}

.sys_nav1.header-fixed .headbox .right .menulist .sub_nav_box .bnavlist .bnav::after {
	top: 21px;
}

.sys_nav1.header-fixed .headbox .searchshow {
	padding: 10px 0;
}

.sys_nav1 .headbox.search-show .right .menulist {
	display: none;
}

.sys_nav1 .headbox.search-show .searchshow {
	top: 12px;
}

.sys_nav1 .headbox .searchshow {
	transition: all 0.4s ease;
	width: 60%;
	position: absolute;
	left: 30%;
	top: -100px;
	z-index: 3;
	height: 40px;
	padding: 30px 0;
	overflow: hidden;
}

.sys_nav1 .headbox .searchshow form {
	display: block;
	overflow: hidden;
	position: relative;
	width: 55%;
	margin: auto;
}

.sys_nav1 .headbox .searchshow form .searchclose,
.sys_nav1 .headbox .searchshow form .searchsubmit {
	position: absolute;
	top: 10px;
	z-index: 3;
	cursor: pointer;
}

.sys_nav1 .headbox .searchshow form .searchclose:hover,
.sys_nav1 .headbox .searchshow form .searchsubmit:hover {
	opacity: 0.8;
}

.sys_nav1 .headbox .searchshow form .searchclose {
	left: 0;
	width: 20px;
	height: 20px;
	color: #000;
	background: url("../images/close.png") center no-repeat;
	background-size: 100%;
}

.sys_nav1 .headbox .searchshow form .searchinput {
	background: none;
	color: #fff;
	border-bottom: 2px solid #ededed;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 90%;
	padding: 0 5%;
	outline: none;
	text-align: center;
}

.sys_nav1 .headbox .searchshow form .searchinput::-webkit-input-placeholder {
	color: #fff;
}

.sys_nav1 .headbox .searchshow form .searchinput::-moz-input-placeholder {
	color: #fff;
}

.sys_nav1 .headbox .searchshow form .searchinput::-ms-input-placeholder {
	color: #fff;
}

.sys_nav1 .headbox .searchshow form .searchsubmit {
	right: 0;
	width: 20px;
	height: 20px;
	background: url("../images/search.png") center no-repeat;
	background-size: 100%;
	outline: none;
	border: none;
	font-size: 0;
}

/* ======右侧返回顶部====== */
.right_nav {
	position: fixed;
	width: 90px;
	right: 60px;
	bottom: 8%;
	z-index: 100;
	cursor: pointer;
	display: none;
}

.right_nav a.goTop {
	display: block;
	width: 90px;
	height: 90px;
	background: url(../images/scor_top_icon2.png) no-repeat center #003d96;
}

/* ======com_footbox====== */
.com_footbox {
	width: 100%;
	padding: 73px 0 0;
	color: #fff;
	background: #003d96;
}

.com_footbox .contentbox {
	overflow: hidden;
}

.foot_left {
	float: left;
	margin-left: 40px;
}

.blogroll select {
	width: 288px;
	height: 38px;
	background-color: #003d96;
	border: 1px solid #809ecb;
	outline: none;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 10px;
	box-sizing: border-box;
}

.foot_left .fologo {
	text-align: center;
}

.foot_left .fologo img {
	margin: 25px 0 10px;
}

.foot_menu_list {
	float: right;
	margin-right: 36px;
}

.foot_menu_list dl {
	float: left;
	width: 86px;
	margin-left: 50px;
}

.foot_menu_list a {
	color: #fff;
}

.foot_menu_list dl dt {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 14px;
}

.foot_menu_list dl dd {
	font-size: 17px;
	line-height: 36px;
}

.foot_menu_list dl dd a {
	display: block;
	opacity: .75;
}

.copyright {
	width: 100%;
	margin-top: 48px;
	height: 110px;
	line-height: 110px;
	font-size: 17px;
	color: #b8c1d9;
	border-top: 1px solid #1f55a3;
}

.copyright .contentbox {
	display: block;
	text-align: center;
}

.copyright a {
	color: #b8c1d9;
	padding: 0 25px 0 10px;
}

/* ====== 栏目标题 ====== */
.main_title1 {
	width: 1400px;
	text-align: center;
	margin: 80px auto 8px;
	overflow: hidden;
}

.main_title1 span {
	color: #04032b;
	font-family: font1;
	font-size: 56px;
	line-height: 100%;
	text-transform: uppercase;
	opacity: .14;
}

.main_title1 h2 {
	color: #000;
	font-size: 28px;
	position: relative;
	top: -29px;
}

/* ======数字====== */
.shu_row ul {
	margin-top: 42px;
	display: flex;
	justify-content: space-evenly; 
}

.shu_row li {
	text-align: center;
	color: #04032b;
}

.shu_row li span {
	display: inline-block;
	height: 78px;
	font-size: 14px;
	overflow: hidden;
}

.shu_row li em {
	display: inline-block;
	font-family: font1;
	font-size: 50px;
	font-style: normal;
	position: relative;
	padding: 0 10px;	
	top: 25px;	
}

.shu_row li p{
	position: relative;
	top: -12px;
	text-align: left;
	padding-left: 10px;
}
.shu_row li:nth-of-type(4) p{
	padding-left: 14px;
}</pre></body></html>